home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / kde3 / kdebugrc < prev    next >
Text File  |  2008-10-06  |  2KB  |  143 lines

  1. # This files includes the default behavior for some specific debug areas
  2. # This allows to leave the kdDebug* calls in the code, but still have them
  3. # disabled for most users.
  4. #
  5. # This file will be installed as $KDEDIR/share/config/kdebugrc
  6. #
  7. # There are four levels of output: Info, Warn, Error and Fatal
  8. # corresponding to kdDebug(), kdWarn(), kdError(), kdFatal()
  9. #
  10. # For every of them you can define a target by *Output=n
  11. # using the following numbers:
  12. #
  13. #   0 = file
  14. #   1 = message box
  15. #   2 = shell (stderr)
  16. #   3 = syslog
  17. #   4 = off
  18. #
  19. # For file output you can give a filename by *Filename=<file>
  20. # otherwise kdebug.dbg in the current directory is used.
  21. #
  22. # ekzample:
  23. #
  24. # For the debug area 100 you want output of debug messages
  25. # to a file /var/log/dbg.log and error messages as message boxes.
  26. # Additionally the program should abort on fatal errors.
  27. #
  28. # [100]
  29. # InfoOutput=0
  30. # InfoFilename=/var/log/dbg.log
  31. # ErrorOutput=1
  32. # AbortFatal=1
  33. #
  34.  
  35. # KAccel debug info off
  36. [125]
  37. InfoOutput=4
  38.  
  39. # KCheckAccel debug info off
  40. [131]
  41. InfoOutput=4
  42.  
  43. # KAction debug info off
  44. [129]
  45. InfoOutput=4
  46.  
  47. # KStartupInfo debug info off
  48. [172]
  49. InfoOutput=4
  50.  
  51. # KLocale debug info off
  52. [173]
  53. InfoOutput=4
  54.  
  55. # KMainWindow debug info off
  56. [200]
  57. InfoOutput=4
  58.  
  59. # KFile debug info off
  60. [250]
  61. InfoOutput=4
  62.  
  63. # KIconloader debug info off
  64. [264]
  65. InfoOutput=4
  66.  
  67. # KSpell debug info off
  68. [750]
  69. InfoOutput=4
  70.  
  71. # KPart's mainwindow info off
  72. [1001]
  73. InfoOutput=4
  74.  
  75. # KPart's factory info off
  76. [1002]
  77. InfoOutput=4
  78.  
  79. # KDesktop icons
  80. [1214]
  81. InfoOutput=4
  82.  
  83. # KHotKeys
  84. [1217]
  85. InfoOutput=4
  86.  
  87. # KMail
  88. [5006]
  89. InfoOutput=4
  90.  
  91. # KitchenSync (Syncing Algorithm)
  92. [5250]
  93. InfoOutput=4
  94.  
  95. # calendarsystem debug info off
  96. [5400]
  97. InfoOutput=4
  98.  
  99. # kabc/vcard
  100. [5710]
  101. InfoOutput=4
  102.  
  103. # korganizer (verbose)
  104. [5855]
  105. InfoOutput=4
  106.  
  107. # korgac (check)
  108. [5891]
  109. InfoOutput=4
  110.  
  111. # kalarmd check
  112. [5901]
  113. InfoOutput=4
  114.  
  115. # kio_http_debug debug info off
  116. [7113]
  117. InfoOutput=4
  118.  
  119. # kbzip2filter's debug info off
  120. [7118]
  121. InfoOutput=4
  122.  
  123. # kio_nntp debug info off
  124. [7114]
  125. InfoOutput=4
  126.  
  127. # KRun debug info off
  128. [7010]
  129. InfoOutput=4
  130.  
  131. # KMimeMagic debug info off
  132. [7018]
  133. InfoOutput=4
  134.  
  135. # KGame debug info off
  136. [11001]
  137. InfoOutput=4
  138.  
  139. # KOStore debug info off
  140. [30002]
  141. InfoOutput=4
  142.  
  143.